home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TFIELDSFORM / TFIELDSFORM.txt
Text File  |  1999-09-08  |  849b  |  43 lines

  1. object FieldsForm: TFieldsForm
  2.   Left = 193
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜'
  6.   ClientHeight = 317
  7.   ClientWidth = 217
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 4
  18.     Top = 4
  19.     Width = 67
  20.     Height = 13
  21.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  22.   end
  23.   object ValCombo: TComboBox
  24.     Left = 4
  25.     Top = 20
  26.     Width = 209
  27.     Height = 21
  28.     Style = csDropDownList
  29.     ItemHeight = 13
  30.     TabOrder = 0
  31.     OnChange = ValComboClick
  32.   end
  33.   object ValList: TListBox
  34.     Left = 4
  35.     Top = 48
  36.     Width = 209
  37.     Height = 264
  38.     ItemHeight = 13
  39.     TabOrder = 1
  40.     OnClick = ValListClick
  41.   end
  42. end
  43.